home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / EDUCUAGE / MOKE1.LZH / MK11EXE.ZOO / commands.hlp < prev    next >
Text File  |  1990-04-01  |  3KB  |  69 lines

  1. MOKE Command Keys
  2.  
  3.  
  4.    This is a visual line editor. I looked at patterning commands after
  5.    ed, ex or vi, but choose it to be vi like. If you don't like the letters
  6.    I choose you can change them in the moke.h file and recompile the 
  7.    program. 
  8.  
  9.    Like vi when a line is deleted it is copied to a buffer. This buffer
  10.    can be put (p) anywhere you like. Another delete line will destroy
  11.    the current buffer and again make a copy of the line just deleted.
  12.  
  13.    Copying a line, like vi, can be done with the yank line command (y).
  14.  
  15.  
  16. CURSOR MODE keys
  17.  
  18.    a - append  (insert to the left of cursor)
  19.    d - delete current line
  20.    i - insert  (insert to the right of cursor)
  21.    o - open line for editing (insert line after currentline)
  22.    p - put last line deleted or yanked below current line
  23.    x - delete cursor character
  24.    y - yank line (copies line into buffer)
  25.    j - join lines (currentline with next line)
  26.    D - clear from cursor position to the end of line
  27.    b - goto beginning of line
  28.    e - goto end of line
  29.    g - goto line number (prompts for the line number)
  30.    / - search forward from currentline
  31.    ? - search reverse from currentline
  32.    n - search forward next
  33.    N - search forward reverse
  34.    ALT-g     report current line of how many (not implemented yet)
  35.    ALT-r    insert file after current line
  36.    ALT-w    write current file (does not ask)
  37.    ALT-z    write current file and quit.
  38.    F1 - Help for CURSOR mode
  39.    F6 - toggle between EUC and JIS output
  40.    F7 - on/kun yomi lookup of single/(string of) kanji
  41.    F8 - on/kun yomi lookup of single/(string of) kanji and asks you if you'd
  42.     like to enter the english of the string if it is not found in the
  43.         edict dictionary.
  44.    F9 -  Quit (If buffer has been modified it asks if you wish to save file)
  45.    F10 - Save file (always asks you the file name to save to)
  46.    ALT-M -  Used with the F7 key to look up a japanese string.
  47.             (starts marking the string)
  48.  
  49. INSERT mode keys
  50.    
  51.    F1 -  Help for INSERT mode
  52.    F2 -  lookup word on enter line
  53.    F3 -  toggle between hiragana/katakana/ascii input modes 
  54.          (default is hiragana)
  55.    F4 -  copy last string entered in screen window to enterline
  56.      (erases anything currently displayed in the enterline)
  57.    F5 -  Start Newline (very kludgy)
  58.    bs  - (back space) erase one character on enter line
  59.    q   - quit and save
  60.    z   - quit (doesn't ask to save)
  61.    ALT-d - like F2. For input of dictionary words for the Japanese->english
  62.            dictionary project.
  63.    ALT-e   Looks kanji by way of english using the EDICT dictionary
  64.    ALT-g - guess kanji (used like F2 or ALT-o, if you know one of the kanji
  65.        in a word use this and MOKE will display possible kanji using
  66.        the kanji you give it.)
  67.    ALT-o - search other dictionary (\kanj\mydict) for word
  68.  
  69.